home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / usr / src / linux-headers-2.6.28-15 / arch / powerpc / platforms / 85xx / Kconfig next >
Encoding:
Text File  |  2008-12-24  |  2.5 KB  |  122 lines

  1. menuconfig MPC85xx
  2.     bool "Machine Type"
  3.     depends on PPC_85xx
  4.     select PPC_UDBG_16550
  5.     select MPIC
  6.     select PPC_PCI_CHOICE
  7.     select FSL_PCI if PCI
  8.     select SERIAL_8250_SHARE_IRQ if SERIAL_8250
  9.     default y
  10.  
  11. if MPC85xx
  12.  
  13. config MPC8540_ADS
  14.     bool "Freescale MPC8540 ADS"
  15.     select DEFAULT_UIMAGE
  16.     help
  17.       This option enables support for the MPC 8540 ADS board
  18.  
  19. config MPC8560_ADS
  20.     bool "Freescale MPC8560 ADS"
  21.     select DEFAULT_UIMAGE
  22.     select CPM2
  23.     help
  24.       This option enables support for the MPC 8560 ADS board
  25.  
  26. config MPC85xx_CDS
  27.     bool "Freescale MPC85xx CDS"
  28.     select DEFAULT_UIMAGE
  29.     select PPC_I8259
  30.     help
  31.       This option enables support for the MPC85xx CDS board
  32.  
  33. config MPC85xx_MDS
  34.     bool "Freescale MPC85xx MDS"
  35.     select DEFAULT_UIMAGE
  36.     select PHYLIB
  37.     help
  38.       This option enables support for the MPC85xx MDS board
  39.  
  40. config MPC8536_DS
  41.     bool "Freescale MPC8536 DS"
  42.     select DEFAULT_UIMAGE
  43.     help
  44.       This option enables support for the MPC8536 DS board
  45.  
  46. config MPC85xx_DS
  47.     bool "Freescale MPC85xx DS"
  48.     select PPC_I8259
  49.     select DEFAULT_UIMAGE
  50.     select FSL_ULI1575
  51.     help
  52.       This option enables support for the MPC85xx DS (MPC8544 DS) board
  53.  
  54. config KSI8560
  55.         bool "Emerson KSI8560"
  56.         select DEFAULT_UIMAGE
  57.         help
  58.           This option enables support for the Emerson KSI8560 board
  59.  
  60. config STX_GP3
  61.     bool "Silicon Turnkey Express GP3"
  62.     help
  63.       This option enables support for the Silicon Turnkey Express GP3
  64.       board.
  65.     select CPM2
  66.     select DEFAULT_UIMAGE
  67.  
  68. config TQM8540
  69.     bool "TQ Components TQM8540"
  70.     help
  71.       This option enables support for the TQ Components TQM8540 board.
  72.     select DEFAULT_UIMAGE
  73.     select TQM85xx
  74.  
  75. config TQM8541
  76.     bool "TQ Components TQM8541"
  77.     help
  78.       This option enables support for the TQ Components TQM8541 board.
  79.     select DEFAULT_UIMAGE
  80.     select TQM85xx
  81.     select CPM2
  82.  
  83. config TQM8548
  84.     bool "TQ Components TQM8548"
  85.     help
  86.       This option enables support for the TQ Components TQM8548 board.
  87.     select DEFAULT_UIMAGE
  88.     select TQM85xx
  89.  
  90. config TQM8555
  91.     bool "TQ Components TQM8555"
  92.     help
  93.       This option enables support for the TQ Components TQM8555 board.
  94.     select DEFAULT_UIMAGE
  95.     select TQM85xx
  96.     select CPM2
  97.  
  98. config TQM8560
  99.     bool "TQ Components TQM8560"
  100.     help
  101.       This option enables support for the TQ Components TQM8560 board.
  102.     select DEFAULT_UIMAGE
  103.     select TQM85xx
  104.     select CPM2
  105.  
  106. config SBC8548
  107.     bool "Wind River SBC8548"
  108.     select DEFAULT_UIMAGE
  109.     help
  110.       This option enables support for the Wind River SBC8548 board
  111.  
  112. config SBC8560
  113.     bool "Wind River SBC8560"
  114.     select DEFAULT_UIMAGE
  115.     help
  116.       This option enables support for the Wind River SBC8560 board
  117.  
  118. endif # MPC85xx
  119.  
  120. config TQM85xx
  121.     bool
  122.